Keysight Pathwave 89600 VSA .NET API
Create(String[]) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > TraceCollection Class > Create Method : Create(String[]) Method


dataNames
The initial contents (Trace.DataName) of the new traces.

Glossary Item Box

Create new traces and add them to the end of the Trace collection.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function Create( _
   ByVal dataNames() As String _
) As Trace()
C# 
public abstract Trace[] Create( 
   string[] dataNames
)
C++/CLI 
public:
abstract array<Trace^>^ Create( 
   array<String^>^ dataNames
) 

Parameters

dataNames
The initial contents (Trace.DataName) of the new traces.

Return Value

The new Traces.

Remarks

The new traces are not initially Visible (Trace.IsVisible).

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also